home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Delphi Informant Complete 1995 - 2000
/
Delphi Informant Complete 1995 to 2000.iso
/
Delphi Informant Magazine Complete Works SOURCE CODE 1998.rar
/
1998
/
May
/
di9805rl
/
hhform.dfm
/
hhform.txt
Wrap
Text File
|
1998-02-27
|
765b
|
40 lines
object Form1: TForm1
Left = 350
Top = 108
Width = 261
Height = 152
Caption = 'HTML Help Sample Application'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 52
Top = 13
Width = 148
Height = 13
Caption = 'HTML Help Sample Application'
end
object Button1: TButton
Left = 16
Top = 40
Width = 217
Height = 25
Caption = 'Display CHM File'
TabOrder = 0
OnClick = Button1Click
end
object Button2: TButton
Left = 16
Top = 72
Width = 217
Height = 25
Caption = 'Display Popup Message'
TabOrder = 1
OnClick = Button2Click
end
end